Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.theme.core--formats

This contribution is part of XML component org.nuxeo.theme.core inside nuxeo-theme-core-6.0.jar

Extension Point

Extension point formats of component ThemeService.

Contributed Items

  • <format name="widget">
          <predicate>_ has widget _</predicate>
          <class>org.nuxeo.theme.formats.widgets.WidgetFormat</class>
        </format>
  • <format name="style">
          <predicate>_ has style _</predicate>
          <class>org.nuxeo.theme.formats.styles.StyleFormat</class>
        </format>
  • <format name="layout">
          <predicate>_ has layout _</predicate>
          <class>org.nuxeo.theme.formats.layouts.LayoutFormat</class>
        </format>

XML Source

<extension point="formats" target="org.nuxeo.theme.services.ThemeService">

    <format name="widget">
      <predicate>_ has widget _</predicate>
      <class>org.nuxeo.theme.formats.widgets.WidgetFormat</class>
    </format>

    <format name="style">
      <predicate>_ has style _</predicate>
      <class>org.nuxeo.theme.formats.styles.StyleFormat</class>
    </format>

    <format name="layout">
      <predicate>_ has layout _</predicate>
      <class>org.nuxeo.theme.formats.layouts.LayoutFormat</class>
    </format>

  </extension>